Crate futures_util
source ·Expand description
Combinators and utilities for working with Future
s, Stream
s, Sink
s,
and the AsyncRead
and AsyncWrite
traits.
Modules§
- Futures
- IO
- Futures-powered synchronization primitives.
- Sinks
- Streams
- Task notification
- Futures
- Streams
Macros§
- Extracts the successful type of a
Poll<T>
. - Extracts the successful type of a
Poll<Result<T, E>>
.